NodeType
NodeKey
Northwoods.GoSilverlight 1.3.5 Assembly
TreeModel.DataCollection<NodeType,NodeKey> Class
Members  See Also  Send Feedback
Northwoods.GoXam.Model Namespace : TreeModel.DataCollection<NodeType,NodeKey> Class

This nested class is a serializable collection of node data.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class TreeModel.DataCollection
     (Of NodeType,NodeKey) 
   Implements IDataCollection 
C# 
public sealed class TreeModel.DataCollection<NodeType,NodeKey> : IDataCollection  

Type Parameters

NodeType
NodeKey

Remarks

This Northwoods.GoXam.Model.IDataCollection is used in various circumstances where there is a collection of node data, particularly for copying. If the node data is serializable, this collection can be serialized, which is useful when copying to the clipboard or pasting from it.

Although this nested type is not a generic class, it is parameterized by the NodeType and NodeKey type parameters of the containing generic model class. You should call TreeModel<NodeType,NodeKey>.CreateDataCollection to allocate an instance.

This collection class does not support separate link data.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.TreeModel`2.DataCollection<NodeType,NodeKey>

Requirements

See Also

© 2012 All Rights Reserved.